* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug#9002)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Jul 2011 01:18:51 +0000 (18:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 17 Jul 2011 01:18:51 +0000 (18:18 -0700)
commiteb4204576bfdf448d2a4630a208d40280e503d6c
treeb99bc86d081e292675728422fb6a1af69887926f
parent84451bde418426ef8106c781666b52dbd9452322
* fileio.c (Fcopy_file): Pacify gcc re fchown.  (Bug#9002)

This works around a problem with the previous change to Fcopy_file.
Recent glibc declares fchown with __attribute__((warn_unused_result)),
and without this change, GCC might complain about discarding
fchown's return value.
src/ChangeLog
src/fileio.c